home *** CD-ROM | disk | FTP | other *** search
/ Windows Expert / Windows Expert.iso / windownt / sny31m.zip / README.TXT < prev    next >
Text File  |  1993-07-24  |  6KB  |  125 lines

  1.    Sony CDU-31A device driver for the Windows NT(tm) operating system
  2. ------------------------------------------------------------------------
  3.  
  4. The device drivers and this file are owned by Sony and protected by
  5. United States copyright laws, international treaty provisions, and all
  6. other applicable national laws. You may not reverse engineer, decompile,
  7. or disassemble the device drivers.
  8.  
  9. Copy all files from this directory to the root directory of a floppy 
  10. disk and mark it 'Sony - CDU-31A setup disk'.
  11.  
  12. Installing from a CDU-31A - x86 processor
  13. -----------------------------------------
  14. To install Windows NT from a CDU-31A drive with no other supported SCSI
  15. host adapter installed, boot the computer from the Boot floppy provided
  16. with the operating system. After you hit ENTER to indicate 'install now'
  17. and then choose either Express or Custom install, the installation
  18. software searches for a supported host adapter and CD-ROM drive. It
  19. displays 'Scanning for SCSI adapters' in the bottom of the screen. The
  20. device drivers used during this phase of installation are expected to be
  21. on the Windows NT CD-ROM disc, which these currently are not. When the
  22. scan is complete, the install program asks if you want to 'Configure
  23. Additional SCSI adapters', hit 'S' to select this. It then displays a
  24. list of adapters with the last line highlighted reading: 'Other (Requires
  25. disk provided by a hardware manufacturer)'. This is the setup floppy
  26. created above. Hit Enter to select other, the program prompts to insert
  27. the floppy, do so and hit Enter again. The install program then reads the
  28. slcd32.sys device driver from the floppy, installs it, finds the CDU-31A
  29. drive and uses it to install the operating system.
  30.  
  31. The install program also makes all of the necessary registry entries
  32. automatically.
  33.  
  34. For this to work the CDU-31A host adapter MUST be set for IRQ 5. 
  35.  
  36. If the host adapter jumpers are later changed the registry must be manually
  37. edited using REGEDT32.
  38.  
  39. Adding support for CDU-31A to a pre-existing NT system
  40. ------------------------------------------------------
  41. Within Windows NT under the window 'main', 'Windows NT Setup' select
  42. 'Options', then 'Add/Remove SCSI Adapters'. Then click on the 'Add'
  43. button. In the window 'Select SCSI Adapter Option', scroll the 'Adapter'
  44. selection down to 'Other (Requires a disk from a hardware manufacturer)'.
  45. Click on this option and when prompted insert the floppy with the Sony
  46. files. The system copies the device driver from the floppy and makes all
  47. the necessary registry entries automatically. These entries assume an
  48. IRQ of 5. If the host adapter jumpers are later changed or if you are
  49. using an IRQ other than 5, the registry must be manually edited using
  50. REGEDT32. NOTE, THIS IS A CHANGE FROM THE PREVIOUS BETA. PREVIOUSLY THE
  51. DRIVER USED IRQ 3.
  52.  
  53. 31A Unique registry entry data
  54. ------------------------------
  55. In addition to the normal mini-port stuff, the registry entry allows
  56. specifying a base port address for the host adapter and which IRQ it's
  57. set for. If the base port address is specified, then the driver does
  58. not do its search for a host adapter and drives.
  59.  
  60. Specifically, under the entry for Slcd32 add a key for 'Parameters', and
  61. under this add the key 'Device0'. This is for the first host adapter.
  62. Under this add a value named 'DriverParameter' of type REG_SZ. This is
  63. a string where you can specify the parameters. Entries are of the
  64. form: 'name = value' where allowable names are: 'base' and 'irq'. Upper
  65. or lowercase is not important and all values are hex. Entries are
  66. separated by spaces. For example to specify the defaults of the adapter
  67. jumpers and driver use the value:
  68.     base = 340 irq = 5
  69. The driver defaults to irq 5 and will search for a host adapter and
  70. drives if no entry is made. The hex port addresses searched are:
  71.     340, 230, 330, 350, 360, 250, and 348
  72.  
  73. The base address and irq must match the host adapter jumper settings.
  74. Note that the Sony host adapter model CDB-334 currently does NOT come
  75. shipped with an irq selected since interrupts are not used with the DOS
  76. device driver.
  77.  
  78. For installation, my registry entry is:
  79.  
  80. HKEY_LOCAL_MACHINE
  81.   SYSTEM
  82.     CurrentControlSet
  83.       Services
  84.         Slcd32        -> Type: REG_DWORD: 0x1
  85.                          Start: REG_DWORD: 0x0
  86.                          Group: REG_SZ: SCSI miniport
  87.                          ErrorControl: REG_DWORD: 0x1
  88.             Parameters
  89.               Device0 -> DriverParameter: REG_SZ: base = 340 irq = 5
  90.  
  91.  
  92.  
  93. Jumper settings for the Sony CDB-334 host adapter.
  94.  
  95. Base Address jumpers
  96. --------------------
  97.  
  98.   Address   Jp1.1   Jp1.2
  99.     360      off     off
  100.     340      off     on
  101.     350      on      off
  102.     320      on      on
  103.  
  104. IRQ jumper settings
  105. -------------------
  106.  
  107.   Interrupt  JP4.3   JP4.4   JP4.1   JP4.2
  108.       3       on      off     off     off
  109.       4       off     on      off     off
  110.       5       off     off     on      off
  111.       6       off     off     off     on 
  112.  
  113.  
  114.  
  115. SONY DISCLAIMS ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING
  116.   WITHOUT LIMITATION, WARRANTIES OF FITNESS AND MERCHANTABILITY WITH
  117. RESPECT TO THE INFORMATION IN THIS DOCUMENT. BY FURNISHING THIS DOCUMENT,
  118.      SONY GRANTS NO LICENSES TO ANY RELATED PATENTS OR COPYRIGHTS.
  119.  
  120.           Copyright Sony Corporation, 1993, all rights reserved
  121. ------------------------------------------------------------------------
  122.    Sony CDU-31A device driver for the Windows NT(tm) operating system
  123.  
  124.                                 - end -
  125.